CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - API 串口通信

搜索资源列表

  1. 多线程串口Modem远程数据通信

    0下载:
  2. 本例子详细介绍了如何编制一个利用win32串口API函数,通过读写串口控制MODEM,进而实现远程数据传输的程序。-the detailed examples of how to use the preparation of a Serial win32 API functions to read and write through the modem serial port control, thereby achieving long-distance data transmission p
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:59602
    • 提供者:王永
  1. Windows_API串口编程参考.doc

    0下载:
  2. Windows环境下的串口编程与DOS环境下的串口编程有很大不同。Windows环境下的编程的最大特征之一就是设备无关性,它通过设备驱动程序将Windows应用程序同不同的外部设备隔离。Windows封装了Windows的通信机制,这种方式称为通信API,Windows程序可以利用Windows通信API进行编程,不用对硬件直接进行操作。这种体系被称为Windows开放式服务体系(WOSA,Windows Open Services Architectures)。
  3. 所属分类:编程文档

  1. APICom1

    0下载:
  2. 一个用Lazarus开源Pascal写的API串口通信程序,对开学串口通信的有一定的帮助-A Lazarus open source written in Pascal API serial communication program, help start serial communication
  3. 所属分类:Com Port

    • 发布日期:2017-11-08
    • 文件大小:660480
    • 提供者:chb
  1. Serial-API

    0下载:
  2. 利用VC++编写的基于windows API的串口通信程序,已经测试过,可以成功运行。-Based on Windows API,the program fulfilled the function of data transmission through the serial port.
  3. 所属分类:Com Port

    • 发布日期:2017-04-09
    • 文件大小:1897662
    • 提供者:ace
  1. Comm232

    0下载:
  2. Delphi 下串口通信(API方式) 包含打开,关闭,读写数据等函数-Under Delphi serial communication (API way) include open, close, read and write data function
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-13
    • 文件大小:2611
    • 提供者:zoudesheng
  1. 6

    0下载:
  2. 在Win32下,可以使用两种编程方式实现串口通信,其一是使用ActiveX控件,这种方法程序简单,但欠灵活。其二是调用Windows的API函数,这种方法可以清楚地掌握串口通信的机制,并且自由灵活。本文我们只介绍API串口通信部分。-In Win32, you can be achieved using two kinds of programming serial communication, one is to use the ActiveX control, this approach p
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:26305
    • 提供者:mxb
  1. GpsRecv

    0下载:
  2. 通过调用Win32通信API函数,可以使程序打开一个串口,并对这个串口进行基本配置。GPS数据采集程序主要实现了配置串口,创建串口数据接收线程,使用重叠操作方式读取串口数据及如何处理接收到的数据的基本方法。-Communication by calling the Win32 API function, you can make the program opens a serial port, serial port and the basic configuration. GPS data a
  3. 所属分类:Communication

    • 发布日期:2017-05-15
    • 文件大小:3624142
    • 提供者:chenjin
  1. ReadComm

    0下载:
  2. 运用Java Communications API实现JAVA的串口通信功能,打开串口后开始从串口接收数据,显示在文本框-JAVA using Java Communications API to achieve the serial communication function, open the serial port after receiving data from the serial port, appears in the text box
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:1567
    • 提供者:zhuyinhui
  1. comapi

    0下载:
  2. 本人自写的精简易懂实用的API串口通信。把createfile,readfile writefile终于搞明白了。-it is one communication example on serial port by using windows API function.it is written by myself,so you can understand the communication process easily.
  3. 所属分类:Communication

    • 发布日期:2017-04-10
    • 文件大小:1895726
    • 提供者:yandong
  1. Example2

    0下载:
  2. 基于Windows API的虚拟终端实现~!串口通信编程基础-Windows API-based virtual terminal to achieve ~! Serial communication programming based
  3. 所属分类:Com Port

    • 发布日期:2017-03-31
    • 文件大小:63540
    • 提供者:林子建
  1. visualcom

    0下载:
  2. 基于Windows API的虚拟终端实现,进行虚拟串口的创建、连接于通信-Windows API-based implementation of virtual terminal, virtual serial port creation, connected to the communication
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-08
    • 文件大小:1989827
    • 提供者:huang
  1. serial-port-instance-program

    0下载:
  2. 用于工程应用的测试代码部分有MSComm控件串口编程、Windows API串口编程、TAPI通信编程、串口实现双机互连、串口调试精灵、串口控制Modem设备、串口控制单片机、串口控制PLC、串口控制射频卡、串口控制GPS模块、串口控制云台摄像头、智能报警系统、语音自动应答系统以及USB转RS-232串口实例-Test code for some engineering applications have MSComm control serial programming, Windows AP
  3. 所属分类:Com Port

    • 发布日期:2017-11-04
    • 文件大小:44989440
    • 提供者:
  1. APICom

    1下载:
  2. vc++ api编程用于VC++串口通信这是个例子-vc++ api programming for VC++ Serial communication is an example
  3. 所属分类:Communication

    • 发布日期:2016-01-12
    • 文件大小:31744
    • 提供者:岳老三
  1. LUOAPI

    0下载:
  2. VC++带线程的API串口通信,简单的API串口实现,调试已经通过-VC++ take thread API serial communication, simple API serial implementation, debugging through
  3. 所属分类:TAPI

    • 发布日期:2017-04-09
    • 文件大小:1889686
    • 提供者:
  1. api-serial-communication

    0下载:
  2. api串口通信,采用win32API用C++BUILDER实现的串口通信,可实现与一般通信设备的AT命令交互-api serial communication,C + + BUILDER win32API with implementation of the serial communications, AT commands to interact with the general communications equipment
  3. 所属分类:Com Port

    • 发布日期:2017-03-31
    • 文件大小:660929
    • 提供者:霍奇
  1. PortLink

    0下载:
  2. 串口程序,本程序实现了WIN API串口通信功能,能分辨字符和数字两种模式-Serial program, the program the WIN API serial communication function, able to distinguish between characters and numbers in two modes
  3. 所属分类:Com Port

    • 发布日期:2017-05-15
    • 文件大小:3601496
    • 提供者:杨文彬
  1. com

    0下载:
  2. win32 API串口通信 实例 经典 对于初学pc串口通信的人很有帮助-the win32 API serial communication instance the classic for novice pc serial communication helpful
  3. 所属分类:Com Port

    • 发布日期:2017-03-27
    • 文件大小:6813
    • 提供者:lijiangjun
  1. API-COMM

    0下载:
  2. 使用API函数编写的串口通信模块,VC6.0平台运行-Prepared by the serial communication module using the API function, VC6.0 platform running
  3. 所属分类:Com Port

    • 发布日期:2017-11-15
    • 文件大小:61452
    • 提供者:Wang
  1. android-serialport-api

    0下载:
  2. android串口通信API,让android手机实现串口通信。-the android serial communications API, android phone serial communication.
  3. 所属分类:Com Port

    • 发布日期:2017-11-03
    • 文件大小:243452
    • 提供者:gerry
  1. 利用API函数实现字符发送

    0下载:
  2. VISUAL C++与串口通信,实现PLC的数据发送与接收,通过自由口的方式(VISUAL C++ and serial communication, to achieve the PLC data transmission and reception, through the free way)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-19
    • 文件大小:62962688
    • 提供者:凌乱丶君
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com